home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000140_misckit-reques…aska.et.byu.edu_Tue Mar 1 12:05:47 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  1KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67d/NX3.0M)
  3.     id AA02424; Tue, 1 Mar 94 12:05:19 -0700
  4. Received: from acs1.byu.edu by alaska.et.byu.edu; Tue, 1 Mar 1994 10:12:03 -0700
  5. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-5 #4169)
  6.  id <01H9GCRS5NM802IZHQ@yvax.byu.edu>; Tue, 1 Mar 1994 10:08:09 MST
  7. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-5 #4169)
  8.  id <01H9GCISHT0002IID2@yvax.byu.edu>; Tue, 1 Mar 1994 09:59:21 MST
  9. Received: by alaska.et.byu.edu; Tue, 1 Mar 1994 09:59:08 -0700
  10. Date: Tue, 01 Mar 1994 09:59:08 -0700
  11. From: yackd@alaska.et.byu.edu (Don Yacktman)
  12. Subject: Breaking up the main library (was Re: App Size)
  13. To: misckit@byu.edu
  14. Message-Id: <199403011659.JAA21423@alaska.et.byu.edu>
  15. Content-Transfer-Encoding: 7BIT
  16.  
  17.  
  18. You know, I just realized another potential problem we'd have
  19. if we tried to break up the main library into chunks of
  20. functionality.  Many of the objects depend upon each other
  21. in their internal implementations.  This isn't always via a
  22. class hierarchy; for example, there are several "has-a"
  23. relationships in the kit, where objects contain MiscStrings
  24. or what have you.  Thus, breaking things up and then documenting
  25. things so that a developer could actually get things to work
  26. right would be monumental.  Maybe that extra 50k-100k isn't
  27. so bad after all...
  28.  
  29. Later,
  30. -don